﻿@charset "utf-8";
/* CSS Document */
/*公共样式*/
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}


:focus, input, select, textarea, button {
    outline: 0;
    border: 0;
    background-color: transparent;
}

a {
    color: #333;
}

    a, a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }

        a:hover {
            color: #007DD7;
        }

table {
    border-collapse:collapse;
 
}

img, iframe {
    border: none;
    text-decoration: none;
}

label {
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

select {
    margin: inherit;
}

a, button {
    cursor: pointer;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.o {
    overflow: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}
/* CSS Document */
.c {
    zoom: 1;
}

.kj_cp .row {
    margin-right: 11px;
    margin-left: -12px;
}
/* CSS Document */
.kj-company-more a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 90px;
    background-color: #febf00;
    color:#fff;
    text-align:center;
    margin-top:39px;
}
.kj-email-aa {
    padding-left: 41px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    bottom: 28px;
    right: 95px;
    font-size: 20px;
    line-height: 20px;
}
    .kj-email-aa a {
        color: #fff;
    }
    .kj-hot-pro {
        margin-top: 53px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
        .kj-hot-pro a{
            color:#fff;
        }
        .kj-hot-pro ul li {
            float: left;
            padding: 0 4px;
        }
.kj-qr-aa {
    position: absolute;
    bottom: 34px;
    right: 0px;
    color:#fff;
    font-size:12px;
}
    .kj-qr-aa img{
        width:47px;
    }
    .kj_losear {
        padding-top: 10px;
        padding-bottom: 15px;
    }

.kj_ztbjys {
    background: #156192;
    border-bottom: 1px solid #3879a2;
}

.kj_search {
    width: 505px;
    height: 45px;
    margin-top: 28px;
    margin-right: 165px;
}

    .kj_search input[type="text"] {
        width: 405px;
        background-color: #fff;
        height: 45px;
        border-radius: 20px 0 0 20px;
        text-indent: 20px;
        float: left;
        line-height: 45px;
        border: 1px solid #ccc;
        border-right: none;
    }

    .kj_search input[type="button"] {
        width: 100px;
        background-color: #f7c03f;
        height: 45px;
        border-radius: 0 20px 20px 0;
        line-height: 45px;
        float: right;
        color: #333;
    }

.kj_telephone {
    background: url(../images/home5_03.jpg) no-repeat left center;
    height: 34px;
    font-size: 20px;
    margin-top: 23px;
    padding-left: 40px;
    margin-left: -95px;
    padding-top: 5px;
    margin-right: 140px;
    color: #fff;
    position: relative;
    right: 30px;
}

.kj-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: white;
    border: 2px solid #156192;
}
.kj-banner .swiper-slide  a{
    height:540px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.kj-newitem-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    min-height: 225px;
}

    .kj-newitem-image:hover {
        transform: scale(0.8);
        transition: 0.6s;
    }

.kj-pro-caption {
    height: 120px;
}
/*面包屑*/
.kj-bread-new {
    margin-top: 20px;
}
/*导航*/
.kj_nav {
    background-color: #156192;
}

.kj_navv {
}

    .kj_navv > ul > li {
        float: left;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .kj_navv > ul > li:hover .nav2 {
            display: block;
        }
    .kj_navv >ul>li:hover {
        background-color: #257eb6;
    }
    .kj_navv .dropdown:hover > ul {
        display: block;
        top: 100%;
        margin: 0px;
    }
    .nav2 {
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        background-color: #50A7DF;
        text-align: center;
        padding: 5px;
        z-index: 99;
        display: none;
    }

    .nav2 a {
        color: #fff;
        display: block;
        padding: 5px;
        border-bottom: 1px dashed #fff;
    }

    .nav2 li:last-child a {
        border-bottom: 0px;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 6px 10px;
}

.kj_navv > ul > li > a {
    display: inline-block;
    color: white;
    padding: 0 40px;
    font-size: 15px;
    border-right: 1px solid #3879a2;
}

.kj_navv > ul > li:last-child a {
    border-right: none;
}


.kj_navv ul li.active a,
.kj_navv ul li a:hover {
    color: #f7c03f;
}

.kj_losear img, .kj_folist img {
    max-height: 130px;
}
/*banner图*/
.kj_banner {
    height: 530px;
    background: url(../images/banner.jpg) no-repeat center center;
}
/*产品展示*/
.kj_cpzs {
    margin-top: 30px;
}

.kj_cpzstit {
    border-bottom: 1px solid #ebebeb;
    height: 31px;
}

    .kj_cpzstit h3 {
        border-bottom: 1px solid #007DD7;
        width: 75px;
        margin-top: 0;
        padding-bottom: 12px;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        bottom: 2px;
    }

.kj_productlists {
    margin-top: 30px;
}

.kj_cpzsconimg p {
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
    vertical-align: middle;
}

    .kj_cpzsconimg p img {
        max-width: 100%;
        max-height: 200px;
        vertical-align: middle;
    }

.kj-pro-enname {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid #d7d7d7;
}

.kj-pro-cas {
    padding-top: 10px;
    font-size: 13px;
}

.kj-prolist-item:hover {
    box-shadow: 0 0 8px rgba(21, 97, 146,.5);
    transition: all 0.5s ease 0s;
}

.kj-index-rec-price a {
    color: #d2a262;
    font-size: 14px;
}

.kj-index-rec-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    padding: 10px 0px 0px 0px;
}

    .kj-index-rec-text a {
        color: #156192;
    }

.kj-index-col a > img, .kj-index-col > img {
    border-top: 2px solid #dbdbdb;
    transition: all 0.5s ease 0s;
}
/* 产品展示 */
.kj-yxdc-cpzs-text {
    margin-top: 30px;
}
.kj-prodetail-left {
    background-size: contain;
    background-repeat: no-repeat;
    height:268px;
    background-position: center center;
    border: 1px solid #ddd;
}

.kj-prodetail-right {
    padding-left: 50px;
}

.kj-prodetail-right-h3 {
    color: #12428a;
    font-size: 26px;
}

.kj-prodetail-right-small {
    color: #666;
    font-size: 15px;
    line-height: 20px;
}

.kj-table-name > tbody > tr > th {
    width: 20px;
}

.kj-prodetail-table {
    border: none;
}

/*.kj-prodetail-table > tbody > tr:nth-child(2n+1) {
        background-color: #f2f2f2;
    }*/
.kj-prodetail-table > tbody > tr > th {
    font-size: 14px;
    font-weight: 400;
    border: none;
    width: 12%;
    line-height: 36px;
    color: #999999;
    padding-left:0;
}

    .kj-prodetail-table > tbody > tr > td {
        font-size: 14px;
        border: none;
        line-height: 36px;
        width: 31%;
    }
        /* 产品详情页-信息部分 */
        /*.kj-basetxt {
    margin-bottom: 30px;
}*/
        .kj-basetxt-t {
            border-bottom: 2px solid #1f8fcf;
        }

.kj-basetxt-btn {
    background-color: #1f8fcf;
    width: 122px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
}

.kj-basetxt-con, .kj-safetxt-con {
    padding: 17px 37px;
    border: 1px solid #dedede;
}

.kj-basetxt-table, .kj-safetxt-table {
    padding: 17px 27px;
    color: #666;
    border-collapse: collapse;
}

    .kj-basetxt-table > tbody > tr, .kj-safetxt-table > tbody > tr {
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
    }

        .kj-basetxt-table > tbody > tr:first-child > th, .kj-safetxt-table > tbody > tr:first-child > th {
            border-top: none;
        }

        .kj-basetxt-table > tbody > tr:first-child > td, .kj-safetxt-table > tbody > tr:first-child > td {
            border-top: none;
        }

        .kj-basetxt-table > tbody > tr > th {
            font-size: 15px;
            font-weight: bold;
            border-right: 1px solid #e5e5e5;
            padding-left: 20px;
            width: 18%;
        }

        .kj-basetxt-table > tbody > tr > td {
            font-size: 14px;
            width: 70%;
            padding-left: 8%;
        }

.kj-product-if.kj-media-left {
    border: 1px solid #dddddd;
}

.kj-product-contentdf {
    margin-top: 35px;
    border: 1px solid #E5E5E5;
}

    .kj-product-contentdf ul.nav-tabs {
        background-color: #f7f7f7;
        border-bottom: 1px solid #fff;
    }

    .kj-product-contentdf > ul > li.active {
        background-color: #fff;
    }

.kj-productinfo-content-box ul li.active {
    border-left: none;
}

.kj-product-contentdf > ul > li {
    list-style: none;
    width: 137px;
    float: left;
    text-align: center;
    font-size: 16px;
}

    .kj-product-contentdf > ul > li > a {
        border: 0px;
    }

.kj-nav-tabs > li.active > a, .kj-nav-tabs > li.active > a:focus, .kj-nav-tabs > li.active > a:hover {
    border: none;
}

.c {
    padding: 0;
}
/* 产品详情页-信息部分-安全信息 */
.kj-safetxt-table > tbody > tr > th {
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
}

    .kj-safetxt-table > tbody > tr > th:nth-child(1) {
        border-right: 1px solid #e5e5e5;
        width: 10%;
    }

    .kj-safetxt-table > tbody > tr > th:nth-child(3) {
        width: 25%;
        padding-left: 7%;
    }

.kj-safetxt-table > tbody > tr:nth-child(1) > th:nth-child(1) {
    vertical-align: bottom;
}

.kj-safetxt-table > tbody > tr > td {
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    padding-left: 20px;
    width: 35%;
}
/* 相关产品 */
/* 相关产品-字体描边 */
.kj-related {
    margin-bottom: 50px;
}

.kj-related-t {
    font-size: 22px;
    line-height: 22px;
    -webkit-text-stroke-width: thin;
    color: #1e1f21;
    margin-bottom: 16px;
    padding-left: 0px;
}



.kj-relatedpro-list {
    padding: 20px;
    border: 1px solid #dddddd;
}

    .kj-relatedpro-list:nth-child(1) {
        margin-left: 0px;
    }

.kj-relatedpro-img {
    margin: 10px auto 20px;
}

    .kj-relatedpro-img > img {
        width: fit-content;
        height: fit-content;
    }

.kj-relatedpro-p {
    color: #333;
    font-weight: bold;
    font-size: 15px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
}

.kj-relatedpro-small {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.kj-relatedpro-button {
    display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #1f8fcf;
    color: #1f8fcf;
    font-size: 15px;
    margin: 20px auto;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
}

    .kj-relatedpro-button:hover {
        background-color: #1f8fcf;
        color: #fff;
    }

.kj-index-yxdc-bottomconnect3 {
    float: right;
    padding-bottom: 49px;
}

.kj-index-yxdc-bottomconnect4 {
    padding-bottom: 6px;
}

    .kj-index-yxdc-bottomconnect4 a,
    .kj-index-yxdc-bottomconnect5 a {
        color: white;
    }

.kj-index-yxdc-bottom-qr {
    margin-left: 37%;
}

.kj-index-yxdc-line {
    width: 79%;
    height: 1px;
    background-color: white;
    margin: 0px auto;
}

.kj-yxdc-detail-con .kj-btn-hot-shop:focus,
.kj-yxdc-detail-con .kj-btn-hot-shop:hover {
    background-color: #156192;
    border: 1px solid #156192;
    color: white;
}

.kj-yxdc-detail-text {
    font-weight: bold;
    font-size: 28px;
    color: #333;
    margin-bottom: 17px;
}

.kj-yxdc-detail-pro-info {
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 24px;
    color: #013a64;
}

.kj-detail-item1 {
    width: 120px;
    background-color: #ffffff;
    /* font-weight: 600; */
    white-space: nowrap;
    color: #333333;
    text-indent: 23px;
}

.kj-yxdc-detail-bottom {
    margin-bottom: 55px;
}



.kj-page-banner-box {
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.kj-page-content-body {
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 200%;
    font-size: 18px;
    line-height: 45px;
}

.kj-rec-desc .active a {
    background-color: #dddddd !important;
    border-radius: 0px !important;
}

.kj-pagination {
    text-align: center;
}

/*.kj-new-media-list {
        border: 1px solid #f0f0f0;
        padding: 15px;
        margin-top: 10px;
    }*/


.kj-top-navbar-container1 .fa-stack {
    border: 2px solid #ffffff;
    border-radius: 30px;
    overflow: hidden;
    line-height: 35px;
}

.kj-yxdc-detail-text1 {
    margin-bottom: 27px;
    font-size: 14px;
    white-space: nowrap;
}

.kj-yxdc-detail-pro-info {
    margin-bottom: 20px;
    font-size: 24px;
    color: #156192;
    margin-top: 20px;
}

.kj-btn-hot-shop {
    margin-right: 13px;
    font-size: 15px;
    color: #333;
    text-align: center;
    height: 47px;
    background-color: white;
    border-color: #156192;
    width: 168px;
    font-weight: bold;
    border-radius: 2px;
    line-height: 36px;
}

.kj-footer-wechat {
    padding-right: 10px;
    vertical-align: middle
}

.kj-yxdc-cpzs-content2 {
    margin-bottom: 120px;
}
/* 搜索结果 */

a.kj-yxdc-search-list, button.kj-yxdc-search-list {
    font-weight: 600;
    text-align: center;
}

.kj_cpzstxt {
    padding: 10px;
    border-top: 1px dashed #ebebeb;
    line-height:20px;
    text-align:left;
}

    .kj_cpzstxt h4 {
        height: 20px;
        margin:0;
        overflow: hidden;
        margin-bottom:3px;
    }


.kj_casfz {
    font-size: 12px;
    color: #989898;
    line-height: 25px;
}

.kj_cpzstxt h4 a {
    font-size: 16px;
}

.kj_cpzscont:hover {
    box-shadow: 0 2px 10px 0 #bdc7cc;
}

.kj_cashde, .kj_fzsde {
    height: 20px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom:5px;
}

.kj_more a {
    font-size: 16px;
}

.kj_txttitle a {
    font-size: 16px;
}
/*推荐产品，联系我们*/
.kj_tuli {
    margin-top: 30px;
}

.kj_tjcp {
    background: url(../images/beijing1.jpg) no-repeat left center;
    border-radius: 10px;
    height: 180px;
    background-size: 100% 100%;
    padding-left: 25px;
}

    .kj_tjcp h3 {
        font-size: 24px;
       padding-top: 65px;
        font-weight: bold;
    }

        .kj_tjcp h3:hover {
            color: #febf00;
        }

    .kj_tjcp span:hover {
        color: #febf00;
    }

    .kj_tjcp span {
        font-size: 16px;
        font-weight: bold;
    }

    .kj_tjcp.kj_lxwm {
        background: url(../images/beijing2.jpg) no-repeat center center;
        background-size:cover;
    }

/*公司简介，公司动态，行业动态*/
.kj_gsjdt {
    margin-top: 30px;
}

.kj_more {
    margin-top: 5px;
    color: #989898;
}

.kj_gsjjimg {
    margin-top: 35px;
    margin-bottom: 10px;
}

    .kj_gsjjimg p {
        width: 100%;
        height: 72px;
        line-height: 72px
    }

        .kj_gsjjimg p img {
            width: 100%;
            max-height: 72px;
            vertical-align: middle;
        }

.kj_gsjjcont {
    color: #868686;
    font-size: 16px;
    line-height: 28px;
}
    .kj_gsjjcont p{
        margin-top:-20px
    }
    .kj_gsjjcont p span {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    .kj_hmore {
        margin-top: 25px;
    }

    .kj_hmore a {
        display: inline-block;
        padding: 10px 30px;
        background-color: #007DD7;
        color: #fff;
    }

.kj_gsdtimg a p {
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
}

    .kj_gsdtimg a p img {
        max-width: 100%;
        max-height: 75px;
        vertical-align: middle;
    }

.kj_txttitle {
    height: 20px;
    overflow: hidden;
}

.kj_txtcont {
    margin-top: 10px;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kj_gsdt ul li {
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 35px;
    margin-top: 35px;
    overflow: hidden;
}

    .kj_gsdt ul li:last-child {
        border-bottom: none;
    }

/*友情链接*/
.kj_frilink {
    margin-top: 0;
    border-top: 1px solid #f2f2f2;
    margin-bottom: 5px;
}

.kj_frilinkcont {
    margin-top: 30px;
}

    .kj_frilinkcont ul li {
        padding-left: 0;
    }

        .kj_frilinkcont ul li a p {
            height: 66px;
            width: 100%;
            line-height: 65px;
            text-align: center;
        }

            .kj_frilinkcont ul li a p img {
                max-width: 100%;
                max-height: 65px;
                vertical-align: middle;
            }
/*底部导航*/
.kj_footernav {
    background-color: #f8f8f8;
    padding-top: 50px;
}

.kj_folist {
    margin-right: 130px;
}

    .kj_folist.r {
        margin-right: 0;
    }

    .kj_folist > span, .kj_erweima {
        margin-bottom: 12px;
        display: block;
        font-size: 16px;
    }

.kj_erweima {
    text-align: center;
}

.kj_nct {
    margin-bottom: 15px;
    line-height: 25px;
}

.kj_folist ul li a {
    color: #92979b;
}

.kj_copyrig {
    height: 55px;
    line-height: 55px;
    background-color: #292f38;
    color: #B2B6BC;
}

.kj_jszc, .kj_jszc a {
    color: #B2B6BC;
}
/*底部版权*/
.kj_copyright {
    border-top: 1px solid #ebebeb;
    min-height: 55px;
    line-height: 55px;
    background-color: #f8f8f8;
    color: #475058;
}
/*内页*/
.kj_dhsxg {
    margin-top: 15px;
    margin-bottom: 15px;
}

.kj_nct {
    margin-bottom: 15px;
    margin-top:6px;
    line-height: 25px;
}
    .kj_nct li a {
        color: #92979b;
    }

    .kj-help-ul li a {
        padding: 10px 15px;
        display: block;
    }

.kj-help-ul li {
    background-color: #f6f6f4;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .kj-help-ul li:hover {
        background-color: #ffae00;
    }

        .kj-help-ul li:hover a {
            color: #fff;
        }

.nynewsbt {
    height: 45px;
    line-height: 45px;
    background-color: #f2f2f2;
    border-top: 1px solid #69b4f6;
    padding-left: 30px;
    margin-bottom: 6px;
}
.kj_nynews{
    min-height:500px;
}
.kj_nynews li:nth-child(2n) {
    background-color: #ebf6ff;
}

.kj_nynews .icon-xiaotuziCduan- {
    color: #737373;
    font-size: 10px;
    padding-right: 10px;
}

.nynewsbt span {
    width: 100px;
    text-align: center;
    float: right;
}

.kj_nynews li {
    padding: 10px;
}

.kj-main-articleinfo-title {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
}

.kj-article-time {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.kj-main-article {
    line-height: 28px;
    margin-bottom: 10px;
    min-height:500px;
}

.kj_prowbk {
    border: 1px solid #ccc;
    padding: 15px 0;
}

.kj_prodftxt h3 a {
    font-size: 18px;
}

.kj_prodftxt h3 small {
    font-size: 14px;
}

.kj_prodfimg a p {
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
}

    .kj_prodfimg a p img {
        max-width: 100%;
        max-height: 105px;
        vertical-align: middle;
    }

.kj-product-item {
    margin-bottom: 15px;
}

.kj-product-info h1 {
    font-size: 20px;
}

.panel-default-kj .panel-heading {
    font-size: 18px;
    overflow: hidden;
    background-color: #edf5fe;
    color: #0a4b93;
}

.panel-body {
    line-height: 25px;
}

.orderform .formcolumn-item {
    display: inline-block;
    width: 50%;
    float: left;
}

.formcolumn-item-tit {
    line-height: 30px;
}

.orderform .formcolumn-item .formcom-ipt, .orderform .formcolumn-item .formcom-area {
    border: 1px solid #dddddd;
    height: 40px;
    width: 95%;
    text-indent: 8px;
}

.orderform .formcolumn-item .formcom-ipt, .orderform .formcolumn-item .formcom-area {
    border: 1px solid #dddddd;
    height: 40px;
    width: 95%;
    text-indent: 8px;
}

.orderform .formcolumn-item .form-vcodebox {
    float: right;
}

.orderform .formcolumn-item .formcom-vcode {
    border: 1px solid #dddddd;
    height: 40px;
    width: 45%;
    background-color: #fff;
}

.orderform .formcolumn-item:last-child .formcolumn-item-ct input {
    border: 1px solid #22a3ff;
    background-color: #fff;
    color: #22a3ff;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.kj-product-col h3 {
    font-size: 14px;
    height: 40px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
}

.kj_cpypro {
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}

.kj_pronylb > a p {
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
}

    .kj_pronylb > a p img {
        max-width: 150px;
        max-height: 150px;
        vertical-align: middle;
    }

.kj_pronyxq {
    margin-top: 5px;
}

    .kj_pronyxq h4 {
        margin-bottom: 5px;
    }

.kj_cpzstit i {
    color: #c6c6c6;
}

/*.on a {
    color: #febf00 !important;
}
*/
.kj_cpzscon {
    height: 335px;
    overflow: hidden;
    padding-top: 10px;
    margin-top: 20px;
}

    .kj_cpzscon ul {
        padding: 0 5px;
    }

        .kj_cpzscon ul li {
            max-width: 220px;
            height: 315px;
            margin-top: 5px;
        }

.carousel-indicators li {
    background-color: #c2c2c2;
    width: 12px;
    height: 12px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: inherit;
    border-color: #156192;
}


#online_service_bar {
    position: absolute;
    top: -80px;
    right: 0;
    overflow: hidden;
    z-index: 1001;
}

#online_service_fullbar {
    width: 140px;
    height: 210px;
    background-color: #1d9ad6;
    position: fixed;
    right: 10px;
    top: 135px;
    border-radius: 10px;
    z-index: 1000;
}

#online_service_minibar {
    margin-top: 30px;
    width: 35px;
    height: 170px;
    display: block;
    cursor: pointer;
    background: url(../images/yckf.png) no-repeat;
}

.kj_zxkf {
    font-size: 20px;
    color: white;
}

.service_bar_head {
    height: 48px;
    text-align: center;
    line-height: 48px;
}

.service_bar_main {
    width: 130px;
    height: 140px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

.kj_zxdh {
    padding-top: 10px;
}

.kj_qqjtimg img {
    margin-top: 5px;
}

.kj_qqjtimg {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#service_bar_close {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -10px;
    right: -5px;
    cursor: pointer;
    display: block;
    background: url(../images/close.png) no-repeat right top;
}
/*产品分类*/
ul.kj_cpzscon > li {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid rgb(235,235,235);
}

    ul.kj_cpzscon > li:last-child {
        border-bottom: 0;
    }

    ul.kj_cpzscon > li > a {
        display: block;
        font-size: 16px;
        overflow: hidden;
    }

        ul.kj_cpzscon > li > a > span {
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 90%;
        }

        ul.kj_cpzscon > li > a > i {
            float: right;
            font-size: 14px;
        }

#mainarea {
    margin-bottom: 50px;
}

@media (max-width:1200px) {
    .container {
        width: 970px;
    }
    .kj-banner .swiper-slide a {
        height: 400px;
       
    }
    .kj_navv > ul > li > a {
        padding: 0 28px;
    }
   
    .kj_gsdtimg a p {
        width: 75px;
        height: 75px;
        line-height: 75px;
        text-align: center;
    }

        .kj_gsdtimg a p img {
            max-width: 75px;
            max-height: 75px;
            vertical-align: middle;
        }

    .kj_folist {
        margin-right: 100px;
    }

    .kj-product-info h1 {
        font-size: 20px;
        padding-left: 15px;
    }
    /*xiugai*/
    .kj_search {
        width: 470px;
    }

        .kj_search input[type="text"] {
            width: 370px;
        }
}

@media (max-width:992px) {
    .container {
        width: 750px;
    }
    .kj-banner .swiper-slide a {
        height: 350px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .kj_tjcp {
        margin-bottom: 10px;
    }

    .navbar-form.navbar-right {
        width: 180px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 3px;
    }

    .kj_folist {
        margin-right: 55px;
    }

    .kj-content-last {
        border-bottom: 1px solid #ddd;
        text-align: center;
        position: relative;
        height: 20px;
        margin-top: 20px;
    }

        .kj-content-last .kj-content-last-inner {
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }

            .kj-content-last .kj-content-last-inner span {
                display: inline-block;
                background-color: #f1f1f1;
                color: #ccc;
                padding: 10px 20px 10px 20px;
            }

    .kj-content-last-outer {
        margin-bottom: 30px;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #156192;
        background-color: transparent;
    }

    .kj_frilinkcont ul li {
        padding-left: 0;
        margin-top: 10px;
    }

    .navbar-default {
        background-color: #156192;
    }
    /*xiugai*/
    .kj_gsjj {
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    .container {
        width: 100%;
    }
    .kj-banner .swiper-slide a {
        height: 200px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #mobilesearchbox {
        position: absolute;
        left: 90px;
        right: 80px;
        top: -10px;
        border-width: 0;
        width: auto;
    }
    .kj_gsjjcont{
        font-size:14px;
    }
    .kj_w {
        width: 100%;
    }

    .navbar-default .navbar-toggle {
        background-color: #ddd;
    }

    body {
        margin-top: 0 !important;
    }

    .kj_tuli > div {
        margin-top: 10px;
    }

    .kj_gsjj {
        margin-top: 20px;
    }

    .kj_frilink {
        margin-top: 20px;
    }

    .kj_copyright {
        border-top: 1px solid #ebebeb;
        min-height: 30px;
        line-height: 30px;
        background-color: #f8f8f8;
        color: #475058;
        font-size: 12px;
        padding: 0 10px;
    }

    .kj-main-article-title {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

    .navbar-header .navbar-brand {
        float: left;
        height: 50px;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .orderform .formcolumn-item {
        display: inline-block;
        width: 100%;
        float: left;
    }

    .navbar-default {
        background-color: #fff;
    }
    /*xiugai*/
    .kj_cpzscon ul li {
        padding: 0 5px;
    }

    .kj_prodfimg a p {
        height: 75px;
        line-height: 75px;
    }

        .kj_prodfimg a p img {
            max-height: 70px;
        }

    .kj-item-caption {
        font-size: 12px;
    }

    .kj_prodftxt h3 {
        word-wrap: break-word;
        margin:0px; padding:0px;
        font-size:16px;
    }
        .kj_prodftxt h3 a {
            font-size: 16px;
        }
        .kj_tjcp {
            height: 145px;
        }

        .kj_tjcp h3 {
            margin-top: 45px;
        }

    .kj-product-item-col{
        padding-left:0px; padding-right:0px;
    }
        .kj-product-item-col .thumbnail{
            border-width:0px 1px 1px 0px;
            margin-bottom:0px;
            border-radius:0px;
        }
    .kj-index-rec-text, .kj-pro-enname {
        font-size: 14px;
    }
    .kj-pro-cas{
        font-size:12px;
    }
    .navbar-nav{
        margin:0px;
    }
    .nav > li{
        border-bottom:1px solid #efefef;
    }
    .kj-page-content-body, .kj-main-article {
        font-size: 14px;
        line-height: 200%;
    }
        .kj-page-content-body img, .kj-main-article  img{
            max-width: 100% !important;
            height: initial !important;
        }
    .kj-bread-new{
        margin-top:0px;

    }
}
.kj-bottom-all{
    display:flex;
    justify-content:space-between;
}
.kj-bo-list1 li:nth-child(odd){
    display:none
}
.kj-bo-list2 li:nth-child(even) {
    display: none
}
@media(min-width:768px) {
    .kj_navv>ul{
        display:flex;
        width:100%;
    }
        .kj_navv > ul > li {
            flex-grow: 1;
            text-align:center;
            float:none;
        }
            .kj_navv > ul > li > a{
                border-right:0px;
                padding:0px 0px;
            }
}
.kj-right {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 200;
}

    .kj-right li {
        list-style: none;
        position:relative
    }

        .kj-right li a {
            display: inline-block;
            color: #fff;
            width: 40px;
            min-height: 40px;
            background-color: rgba(0,0,0,0.5);
            text-align: center;
            font-size: 12px;
            border-bottom: 1px solid #dcdcdc;
            transition-duration: 0.39s;
        }
            .kj-right li a:hover {
                color: #156192;
                text-decoration: none;
            }
            .kj-right li a i{
                font-size:18px;
                margin:5px 0;
            }
    .kj-right div {
        position: absolute;
        min-width: 120px;
        right: 40px;
        top: 0;
        min-height: 63px;
        background-color: rgba(56,121,162,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        opacity: 0;
        padding: 10px;
    }
                .kj-right div a {
                    width: initial;
                    min-height: initial;
                    background-color: initial;
                    font-size: 12px;
                    border-bottom: none;
                    transition-duration: 0.39s;
                }
                .kj-right li:hover div {
                    opacity: 1;
                }

